Welcome![Sign In][Sign Up]
Location:
Search - 8 puzzle

Search list

[Mathimatics-Numerical algorithmsEightPuzzles

Description: 利用VC开发的一个八数码程序--An 8-puzzle program developed by VC.
Platform: | Size: 96256 | Author: niugeur | Hits:

[JSP/Java人工智能(课程)

Description: 其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8-puzzle问题(手机上都有的那个小游戏,9个格子,8个数字,让你移动到一种终止状态)。-readme which is the entire process, 1.txt test procedures hw3.java preparation procedures. Major is to achieve 8-puzzle (the phone is the small game, nine lattice, the eight figures, you moved to the termination of a state).
Platform: | Size: 106496 | Author: 顾小军 | Hits:

[Multimedia Develop8puzzlesolve

Description: This an 8-puzzle solver. You input the current state of your annoying little 8 puzzle and it ll use the Hillclimbing Algorithm to calculate a list of moves which you can use to solve the puzzle. It is written in C++ with an interactive text mode based interface. Enter numbers 0-8. Keep your pathlength short as you can, and make the number of nodes between 1 and 65536 (on an x86 machine).
Platform: | Size: 5120 | Author: 王涛 | Hits:

[Other Games8puzzle

Description: This a utility which introduces the user to the 8 puzzle
Platform: | Size: 44032 | Author: | Hits:

[AI-NN-PR8puzzle

Description: solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.-solve the 8-puzzle problem using A* algori thm. Definitely written by my self. NBS also include graphics library output.
Platform: | Size: 18432 | Author: jinghe | Hits:

[AI-NN-PR57130.45916033

Description: 人工智能八数码源代码 启发式搜索解决八数码问题的源代码 8数码难题算法,界面比较漂亮。操作简单-eight digital artificial intelligence heuristic search the source code to solve the problem eight digital source code 8 puzzle algorithm, interface more beautiful. Simple operation
Platform: | Size: 2485248 | Author: 小风 | Hits:

[Game Program8puzzle

Description: 8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach and show each step.
Platform: | Size: 16384 | Author: Kevin Tuan | Hits:

[OtherPuzzle

Description: 实现8张图片的拼接,锻炼思维,从而助拓展思维-8 picture realize splicing, exercise ideas, and thus help expand thinking
Platform: | Size: 1160192 | Author: crazyboy | Hits:

[Game Programpuzzle

Description: [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Morrison的《游戏编程入门》 2.打猎游戏图片资源来自于《武林群侠传》中的打猎小游戏 3.用vc.net2005编译时注意在项目属性页中ATL使用选择"不使用ATL",字符集选"使用多字节字符集",还有链接器->输入->附加依赖项:msimg32.lib winmm.lib-[Profile] Name: puzzle - attached to the source code (the code number of rows: 747 Note the number of rows: 164) Development Environment: WinXp+ VC.Net2005+ Win32 API Author: mj Contact: mj055@yahoo.cn [puzzle ] Mouse operation, there are sound gameplay文曲星on imitation jigsaw puzzle, each only with a blank box with the box around the figure adjacent to the exchange, when arranged in the game 1 2 3 Victory 4 5 6 7 8 [Description] 1. game engine code reference [U.S.] Michael Morrison s Introduction to Game Programming 2. hunting game image resources from the Wulin群侠Biography in the hunting of small game 3. vc.net2005 compiled by When the project properties page ATL use select do not use ATL , Character Set selection the use of multi-byte character set , as well as linker-> input-> additional dependencies: msimg32.lib winmm.lib
Platform: | Size: 518144 | Author: mj | Hits:

[Console8-Puzzle

Description: 8-Puzzle Problem solving using Artificial Intelligence
Platform: | Size: 8192 | Author: Hoang | Hits:

[matlab8puzzle_Astar

Description: An A-star algorithm for solving 8-puzzle problem
Platform: | Size: 2048 | Author: iman | Hits:

[Finance-Stock software systemBigStockDesign-1109

Description: Game 8 puzzle Game 8 puzzle Game 8 puzzle-Game 8 puzzle Game 8 puzzle Game 8 puzzle Game 8 puzzle Game 8 puzzle
Platform: | Size: 860160 | Author: Hanh Ngo | Hits:

[Otherpuzzle

Description: 有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进的方向;若没有,则给出相应的信息。-There is a maze, with a two-dimensional array maze [1: m] [1: n] that the value of its only two elements: 0 and 1. Among them, the location of the value of 0 indicates that the pass can go to the value of 1 indicates that the location of obstruction. The upper left corner in the maze of the maze [1] [1] there is a entrance to the lower right corner maze [m] [n] there is an export, as shown in Figure 1-1. Are now required to explore the maze entrance to the exit from the availability of access if so, have pointed out that one of the access path: The path of the maze array of 0 replaced by another number (eg 8), the output pathway of the maze to find the array At the same time, in accordance with the walk pass on the order of the output path of the location coordinates of each step and the way forward to the next step if not, then given the appropriate information.
Platform: | Size: 2048 | Author: 张三 | Hits:

[Mathimatics-Numerical algorithms8-puzzle-genetic

Description: It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.
Platform: | Size: 4096 | Author: ramin | Hits:

[AI-NN-PRn-puzzle

Description: n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com
Platform: | Size: 4096 | Author: rrc | Hits:

[Game Program8puzzle

Description: Description the 8-puzzle for lisp.
Platform: | Size: 2048 | Author: jrmx | Hits:

[matlabPuzzle

Description: 8-puzzle game with search strategy
Platform: | Size: 1024 | Author: Shiva | Hits:

[CSharp8-Puzzle-2.0-With-Numbers

Description: This Source For 8 Puzzle With C# This Program Is Professional 8 Puzzle With A* And HilCliming
Platform: | Size: 680960 | Author: hamed | Hits:

[Other8-puzzle-v2

Description: AI 8 puzzle solver: version 2 of 9 block 8 puzzle solver
Platform: | Size: 4096 | Author: dudu | Hits:

[matlabmatlab-8-puzzle-master

Description: matlab-8-puzzle-master.zip
Platform: | Size: 88064 | Author: Basid | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net